ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DocumentBase<PageType> Class / CacheToDiskLocation Property

In This Topic
    CacheToDiskLocation Property (DocumentBase<PageType>)
    In This Topic
    CacheToDiskLocationReadonly Specifies location of CacheToDisk files - can be physical path or "IsolatedStorage" to use IsolatedStorage.
    Syntax
    'Declaration
     
    Public Property CacheToDiskLocation As String
    public string CacheToDiskLocation {get; set;}
    See Also